home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / sockv2 / fileren.dfm / fileren.txt
Text File  |  1996-04-08  |  1KB  |  76 lines

  1. object RenDLG: TRenDLG
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename Remote File'
  7.   ClientHeight = 162
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 137
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 48
  28.     Width = 86
  29.     Height = 13
  30.     Caption = 'Rename From: '
  31.   end
  32.   object Label2: TLabel
  33.     Left = 24
  34.     Top = 92
  35.     Width = 74
  36.     Height = 13
  37.     Caption = 'Rename To: '
  38.   end
  39.   object OKBtn: TBitBtn
  40.     Left = 300
  41.     Top = 8
  42.     Width = 77
  43.     Height = 27
  44.     TabOrder = 2
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 300
  52.     Top = 40
  53.     Width = 77
  54.     Height = 27
  55.     TabOrder = 3
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object FileFrom: TEdit
  62.     Left = 120
  63.     Top = 44
  64.     Width = 121
  65.     Height = 20
  66.     TabOrder = 0
  67.   end
  68.   object FileTo: TEdit
  69.     Left = 121
  70.     Top = 88
  71.     Width = 121
  72.     Height = 20
  73.     TabOrder = 1
  74.   end
  75. end
  76.